home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Lightscape / install_LVS (.txt) next >
Text File  |  1994-06-22  |  242b  |  12 lines

  1. #!/bin/csh -f
  2. # Takes two arguments:
  3. # First is directory of tar file.
  4. # Second is the installation directory.
  5.  
  6. /bin/mkdir $2
  7. /bin/chmod 777 $2
  8. cd $2
  9. #/usr/bsd/zcat $1/LVS.tar | /bin/tar xof -
  10. /usr/bsd/uncompress $1/LVS.tar | /bin/tar xof -
  11.  
  12.